home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7195 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  736 b 

  1. Path: news0.accent.net!news
  2. From: Dylan Ritter <nina@infobahnos.com>
  3. Newsgroups: comp.lang.c++,rec.games.programmer
  4. Subject: Re: programming the arrow keys
  5. Date: 22 Feb 1996 01:48:11 GMT
  6. Organization: Infobahn Online Services - Les services En Ligne Infobahn
  7. Message-ID: <4ggi0r$8jn@news.accent.net>
  8. References: <4g8hq2$en9@cloner4.netcom.com>
  9. NNTP-Posting-Host: 205.236.175.171
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  14.  
  15. The escape key is ASCII 27, and I can't remember the values for the arrow 
  16. keys, but just look up a table.  As for source code, it would be the same 
  17. as programming any other keys that you are already sucessful with.
  18.  
  19.  
  20.  
  21.